type github.com/andybalholm/brotli.symbolList

8 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L489: func processSingleCodeLength(code_len uint32, symbol *uint32, repeat *uint32, space *uint32, prev_code_len *uint32, symbol_lists symbolList, code_length_histo []uint16, next_symbol []int) {
		decode.go#L512: func processRepeatedCodeLength(code_len uint32, repeat_delta uint32, alphabet_size uint32, symbol *uint32, repeat *uint32, space *uint32, prev_code_len *uint32, repeat_code_len *uint32, symbol_lists symbolList, code_length_histo []uint16, next_symbol []int) {
		decode.go#L568: 	var symbol_lists symbolList = s.symbol_lists
		huffman.go#L481: func buildHuffmanTable(root_table []huffmanCode, root_bits int, symbol_lists symbolList, count []uint16) uint32 {
		state.go#L146: 	symbol_lists                symbolList
		symbol_list.go#L11: type symbolList struct {
		symbol_list.go#L16: func symbolListGet(sl symbolList, i int) uint16 {
		symbol_list.go#L20: func symbolListPut(sl symbolList, i int, val uint16) {